home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 001_100 / disk0074 / demos.inc < prev    next >
Encoding:
Text File  |  1983-06-15  |  197 b   |  7 lines

  1. interface;
  2.    unit demosunit( demosall , demos);
  3. procedure demosall(delay : integer);         {demo all the color table }
  4. procedure demos;          {display color table for the current mode}
  5. begin
  6. end;
  7.